home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Special 17
/
AMIGAplus Sonderheft 17 (1999)(ICP)(DE)[!].iso
/
PD
/
Anwendungen
/
-DataTypes-
/
mpegaudio
/
mpegaudiotest
< prev
next >
Wrap
Text File
|
1998-06-17
|
643b
|
30 lines
; mpegaudio.datatype test script
; Execute it from the base directory
FailAt 10
Set ECHO ON
; Is here the datatype shared library ?
If EXISTS "mpegaudio.datatype.ld"
; Check if we created the test directory
If NOT EXISTS "RAM:DataTypes"
MakeDir "RAM:DataTypes"
Assign LIBS: RAM: ADD
EndIf
; Copy descriptor
If NOT EXISTS "RAM:MPEG Audio"
Copy CLONE FROM="MPEG Audio(%|.info)" TO="RAM:"
EndIf
; Copy class library
Copy CLONE FROM="mpegaudio.datatype.ld" TO="RAM:Datatypes/mpegaudio.datatype"
; Get rid of the old version
C:FlushLibs
Else
ECHO "No mpegaudio.datatype.ld in this directory"
Quit 10
EndIf